home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / netobj / t2.z / DImage.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-29  |  378 b   |  13 lines

  1. class DImage {
  2.    public String getImageFile() {
  3.       return null;
  4.    }
  5.  
  6.    public void setImageFile(String var1) {
  7.    }
  8.  
  9.    public IDSize getSize() {
  10.       return null;
  11.    }
  12. }
  13.